Release babl-0.1.2
authorØyvind Kolås <pippin@gimp.org>
Thu, 14 Jan 2010 18:01:04 +0000 (18:01 +0000)
committerØyvind Kolås <pippin@gimp.org>
Thu, 14 Jan 2010 18:01:04 +0000 (18:01 +0000)
AUTHORS
NEWS
configure.ac

diff --git a/AUTHORS b/AUTHORS
index 64569450f5848cfa789378be2328acc3733af327..3aa079bb3461b3400572a05824970b702719a176 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
         <dd>Portability patch.</dd>
   <dt>Hubert Figuiere</dt>
         <dd>C++ friendliness patch.</dd>
+  <dt>Danny Robson</dt>
+        <dd>Code cleanups.</dd>
+  <dt>Fryderyk Dziarmagowski <em>freetz at gmx.net</em></dt>
+        <dd>Code cleanups.</dd>
+  <dt>Daniel Paredes García <em>danipga at gmail.com</em></dt>
+        <dd>Initial work to make babl threadsafe</dd>
+
 </dl>
diff --git a/NEWS b/NEWS
index d2a7518135a89000005016d5ebeb757559784fe0..fa132f30011247f1a35cfe72afb07b0bba9f0629 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,10 @@ the news section both in the README and the webpage.
                                                                           -->
 
 
+
+2010-01-15 babl-0.1.2                                               </dt><dd>
+Made babl mostly threadsafe (sufficient for GIMP/GEGLs needs). Streamlined core functionality, reducing number of function calls and removing overeager instrumentation.
+                                                                    </dd><dt>
 2009-05-20 babl-0.1.0                                               </dt><dd>
 Support for RGBA representation in the frequency domain,
 un-pre-multiply close-to-zero alpha values to complete black instead
index 4ee4c7c8e36a8f8d84bc86318bedb6b938b14a61..82bf3c822884473e27f11000b12cdf308b67c4f2 100644 (file)
@@ -14,7 +14,7 @@ AC_PREREQ(2.54)
 
 m4_define([babl_major_version], 0)
 m4_define([babl_minor_version], 1)
-m4_define([babl_micro_version], 1)
+m4_define([babl_micro_version], 2)
 m4_define([babl_real_version],
           [babl_major_version.babl_minor_version.babl_micro_version])
 m4_define([babl_version], [babl_real_version])